x86/nmi: self_nmi() should not unconditionally enable interrupts
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 15 Nov 2012 09:54:38 +0000 (09:54 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 15 Nov 2012 09:54:38 +0000 (09:54 +0000)
commit322cfce187c3b69b2f9bc56c5e81f6b6c893e13c
treef1ac751adf8110638a929991eb3fe0b31465c8ac
parent65d41473da58c842c04ea4880630fd47e7c194ec
x86/nmi: self_nmi() should not unconditionally enable interrupts

It seems that all current callers have interrupts enabled, making the
code currently safe but dangerous.  Also, fix a trailing whitespace
issue.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
xen/arch/x86/nmi.c